
#body .head {
  font-size: 48px;
  font-weight: 800;
  margin-top: 52px;
  line-height: 48px;
}
#body .line {
  width: 32px;
  height: 4px;
  background-color: #e41d32;
  margin-top: 25px;
}
#body .row {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
}
#body .row .subhead {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
#body .LowCarbon {
  border-bottom: 1px #e5e5e5 solid;
}
#body .LowCarbon .container {
  display: flex;
  flex-direction: row;
}
#body .LowCarbon .container img {
  width: 499px;
  height: auto;
  display: block;
  margin-bottom: 14px;
}
#body .LowCarbon .container .el {
  padding: 30px 35px;
}
#body .LowCarbon .container .el > p {
  width: 499px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
}
#body .LowCarbon .container .el > p:last-child {
  color: #637988;
  font-weight: 400;
}
#body .Clients .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#body .Clients .container .el {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#body .Clients .container .el .text {
  padding: 30px 15px;
  line-height: 40px;
  font-size: 18px;
  flex-basis: 50%;
}
#body .Clients .container .el .text p:nth-child(1) {
  font-weight: bold;
}
#body .Clients .container .el .text p:last-child {
  font-weight: normal;
  font-size: 16px;
}
#body .Clients .container .el .el-two-child {
  padding: 0 15px;
}
#body .Clients .container .el .el-two-child > img {
  display: block;
  width: 360px;
  height: auto;
  margin-bottom: 14px;
}
#body .Clients .container .el .el-two-child > div p {
  width: 360px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
}
#body .Clients .container .el .el-two-child > div p:nth-child(1) {
  font-weight: bold;
}
#body .Clients .container .el .el-two-child > div p:last-child {
  color: #637988;
  font-weight: normal;
}
